home *** CD-ROM | disk | FTP | other *** search
- mousepos
-
- Stands for mouse position. Reports the page coordinates representing the current mouse position on the screen. See setpos.
-
- Examples:
-
- show mousepos
- 60 63
- show first mousepos
- 60
-
- If there is a turtle on the page, the turtle will follow the mouse.
-
- t1,
- pd
- forever [setpos mousepos]
-
- Choose the Cancel menu item, the Stopall menu item, or ‚åò-. to stop this process.
-
-